home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / COMEIN.DXR / 00334.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  361 b   |  14 lines

  1. on exitFrame
  2.   if (sprite(8).visible = 0) and (sprite(11).visible = 0) then
  3.     sprite(5).visible = 1
  4.   end if
  5.   repeat with i = 12 to 30
  6.     sprite(i).visible = 1
  7.     puppetSprite(i, 0)
  8.   end repeat
  9.   if (sprite(5).visible = 0) and (sprite(8).visible = 0) and (sprite(11).visible = 0) then
  10.     sprite(5).visible = 1
  11.   end if
  12.   set the keyUpScript to EMPTY
  13. end
  14.